home *** CD-ROM | disk | FTP | other *** search
- OPT MODULE
- OPT EXPORT
- -> Module created with E:bin/fd2module from YAECv18 package.
- OPT NDDC
- #macro ObtainBattSemaphore() IS (A6:=battmembase) BUT ASM ' jsr -6(a6)'
- #macro ReleaseBattSemaphore() IS (A6:=battmembase) BUT ASM ' jsr -12(a6)'
- #macro ReadBattMem(buffer,offset,length) IS Stores(battmembase,buffer,offset,length) BUT Loads(A6,A0,D0,D1) BUT ASM ' jsr -18(a6)'
- #macro WriteBattMem(buffer,offset,length) IS Stores(battmembase,buffer,offset,length) BUT Loads(A6,A0,D0,D1) BUT ASM ' jsr -24(a6)'
-